From beafeb59b577e3b17ec81780649f4374e5c3d02d Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 9 Jul 2015 12:33:36 -0400 Subject: [PATCH] Another typo --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index bdbf9c70d4e..094f3324891 100644 --- a/which-key.el +++ b/which-key.el @@ -225,7 +225,7 @@ bottom." ;; TODO: Make interactive (when (not (symbolp mode)) (error "MODE should be a symbol corresponding to a value of major-mode")) - (let ((mode-alist (cdr (assq which-key-key-based-description-replacement-alist)))) + (let ((mode-alist (cdr (assq mode which-key-key-based-description-replacement-alist)))) (setq mode-alist (which-key//add-key-based-replacements mode-alist key repl more) which-key-key-based-description-replacement-alist -- 2.30.2